STEP 12: Now that the letter counts are in a list, we can find which one was selected the most.
We can use Get Maximum to choose the list value that stores the highest letter count.
- Change the name of the variable to result.
- Change the list in max() to counts.
To navigate the page using the TAB key, first press ESC to exit the code editor.